3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
A wireframe renderer creates line drawings of models. Such a renderer does not decompose polylines or polygons during rendering. It can render all back-facing, point, and edge drawing styles.
Container (
ViewHints ( )
Wireframe ( )
ViewPlaneCamera ( ... )
PointLight ( ... )
BeginGroup ( DisplayGroup ( ) )
.
.
.
EndGroup ( )
)
Previous | QD3D Book | Overview | Chapter Contents | Next |